vendor/golang.org/x/text/unicode/bidi.bracketPairer.indexes (field)
8 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L80: indexes: s.indexes,
bracket.go#L118: indexes []int // array of index values into the original string
bracket.go#L125: return pairValues[p.indexes[opener]] == pairValues[p.indexes[closer]]
bracket.go#L138: for i, index := range p.indexes {
bracket.go#L314: index := p.indexes[i]
bracket.go#L321: for i := loc.closer + 1; i < len(p.indexes); i++ {
bracket.go#L322: index := p.indexes[i]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |